home *** CD-ROM | disk | FTP | other *** search
- -- card: 4332 from stack: in
- -- bmap block id: 4654
- -- flags: 0000
- -- background id: 3728
- -- name: Radio Set Up
- ----- HyperTalk script -----
- on openCard
- get loc of button "Time & Date"
- click at it
- end openCard
-
-
-
- -- part 7 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=385 top=53 right=72 bottom=465
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Local Time
-
-
- -- part 8 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=386 top=85 right=103 bottom=461
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Zulu Time
-
-
- -- part 9 (field)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=182 top=44 right=64 bottom=279
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 128
- -- text size: 12
- -- style flags: 256
- -- line height: 16
- -- part name: Call
-
-
- -- part 11 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=30 top=176 right=222 bottom=100
- -- title width / last selected line: 0
- -- icon id / first selected line: 1012 / 1012
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Return
- ----- HyperTalk script -----
- on mouseUp
- visual effect iris close
- go to card id 2983 of stack "Radio"
- end mouseUp
-
-
-
- -- part 12 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=374 top=111 right=130 bottom=484
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Local Date
-
-
- -- part 13 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=377 top=134 right=151 bottom=480
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Zulu Date
-
-
- -- part 15 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=42 top=142 right=164 bottom=93
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Find
- ----- HyperTalk script -----
- on mouseUp
- doMenu "Find..."
- end mouseUp
-
-
-
- -- part 16 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=186 top=252 right=275 bottom=211
- -- title width / last selected line: 0
- -- icon id / first selected line: 1013 / 1013
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next
- ----- HyperTalk script -----
- on mouseUp
- go to next card
- end mouseUp
-
-
-
- -- part 17 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=13 top=90 right=112 bottom=148
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Time & Date
- ----- HyperTalk script -----
- on mouseUp
- global timezone
- global zfactor
- get the time
- put it && timezone into card field "Local Time"
- convert it to dateItems
- add zfactor to item 4 of it
- convert it to time
- put it && "Z" into card field "Zulu Time"
- put the date && "(" & timezone & ")" into card field "Local Date"
- get the time
- convert it to dateItems
- add zfactor to item 4 of it
- convert it to date
- put it && "(UTC)" into card field "Zulu Date"
- end mouseUp
-
-
-
- -- part 18 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=153 top=252 right=275 bottom=179
- -- title width / last selected line: 0
- -- icon id / first selected line: 1014 / 1014
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Prev
- ----- HyperTalk script -----
- on mouseUp
- go to prev card
- end mouseUp
-
-
-
- -- part 19 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=34 top=116 right=138 bottom=111
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: New Entry
- ----- HyperTalk script -----
- on mouseUp
- go to last card
- doMenu "New Card"
- get the loc of bkgnd button "Update"
- click at it
- tabKey
- end mouseUp
-
-
-
- -- part 20 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=46 top=228 right=255 bottom=76
- -- title width / last selected line: 0
- -- icon id / first selected line: 20689 / 20689
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- go home
- end mouseUp
-
-
-
- -- part 21 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=319 top=186 right=315 bottom=493
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 23 (field)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=182 top=103 right=123 bottom=279
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 128
- -- text size: 12
- -- style flags: 256
- -- line height: 16
- -- part name: Local Time
-
-
- -- part contents for card part 8
- ----- text -----
- 1:58 Z
-
- -- part contents for card part 12
- ----- text -----
- 12/15/87 ()
-
- -- part contents for card part 13
- ----- text -----
- 12/15/87 (UTC)
-
- -- part contents for card part 21
- ----- text -----
- QSL cards, DX:
- Outgoing QSL
- 225 Main St
- Newington, CT 06111
- (include $1)
-
- -- part contents for card part 7
- ----- text -----
- 1:58